home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: delta / whiteline CD Series - delta.iso / tools / boot / bootsie / bootsie.eng < prev    next >
Encoding:
Text File  |  1995-11-25  |  3.9 KB  |  103 lines

  1. A short description of Bootsie V1.80 in English:
  2. ------------------------------------------------
  3.  
  4. Bootsie writes some useful and often needed code to the bootsector of
  5. drive A:. It allows also to put your own bootcode into the bootsector
  6. or to clear the bootsector.
  7.  
  8. WARNING: Be careful not to overwrite existing executable bootsectors of
  9. original disks like games etc.!
  10.  
  11.  
  12. Boot-Delay - slidebar
  13.  
  14.      You can shorten the built-in boot-delay of the TOS 2.06/3.06
  15.      to the specific time (secondwise) your harddrive needs. If
  16.      you use an older TOS-version, a similar delay code to that
  17.      one of TOS 2.06/3.06 will be put into the bootsector.
  18.  
  19. Sound - radiobuttons
  20.  
  21.      You will hear the selected 'bing' in the bootphase. DOS-machines
  22.      do this, too.
  23.  
  24. Hardware - Init
  25.  
  26.      Cache:   Switches on the instruction-cache of MC68020/30- and the
  27.               data-cache of MC68030-processors. For Atari-TT's, PAK2/3
  28.               or other accelerator-boards.
  29.  
  30.      MSTE:    Switches on 16MHz an the cache of the Mega STE.
  31.  
  32.      Because the above is done very early in the bootphase also AUTO-prg's
  33.      and ACC's are executed faster, otherwise it would be done by the
  34.      desktop or the control-accessory much later, when these programs
  35.      are already executed.
  36.  
  37.      Blitter: Switches on the Blitter-chip, again some slight speed-up
  38.               in bootphase.
  39.  
  40.      No Bell: Suppresses the Control-G-bell, because a lot programmers
  41.               of AUTO-prg's can't resist to put a 'bing' into their
  42.               code. With many of such programs in the AUTO-folder it
  43.               isn't very informative anymore but stressy for the nerves.
  44.               Can be switched on again by the control-accessory.
  45.               Additionally, it switches off the internal speaker of the TT.
  46.  
  47.      60 Hz:   Especially for european users, where 50 Hz is the standard
  48.               setting, but who like the more flicker free 60 Hz lowres-
  49.               color-modes.
  50.  
  51.      A: B:    Sets the step rates of both floppy-drives in ms. For users of
  52.               HD-modules or 40 track, DOS-compatible, 5.25"-drives.
  53.  
  54. Message
  55.  
  56.      This message will be shown when booting. To distinguish between
  57.      different boot-disks with different bootcode.
  58.  
  59. Xtern
  60.  
  61.      With this option, you can put your own bootcode into the bootsector
  62.      of a disk. All other functions are disabled then, so you have to
  63.      include them in your code if you need them too.
  64.      This bootcode must be position-independent, programs must
  65.      not have data- or bss-sections. The code must be closed with an 'rts'-
  66.      statement and may not be longer than 480 Bytes.
  67.      See and try EXAMPLE.S(.BIN) for this.
  68.  
  69. "C" (Clear)
  70.  
  71.      This button clears the boot-sector of drive A:. It's also good for
  72.      killing bootsector-viruses.
  73.  
  74. "R" (Read)
  75.  
  76.      Reads out a Bootsie-sector.
  77.  
  78.  
  79. Please notice, that TOS-versions < 1.04 will execute the bootsector only
  80. after cold-boots, while later versions do it after warm-boots, too.
  81.  
  82. Maybe the selection of the steprates won't work with non-German-TOSes
  83. <= 1.02, because this can only be done with undocumented variables. I
  84. don't know if these adresses differ in foreign TOSes.
  85. I used the following
  86.  
  87.          TOS-Version       Drive A:       Drive B:
  88.          -----------------------------------------
  89.             1.00            $A08           $A0C
  90.             1.02            $A4E           $A52       (Source: Profibuch)
  91.  
  92. Please tell me if there are differences to your TOS. I don't expect it
  93. at these low adresses.
  94.  
  95.  
  96. Please send any comments on this program to me via email:
  97.  
  98.                      sk@lumumba.shnet.org  (Stefan Krey)
  99.  
  100. **                                                                       **
  101. This program may be copied and distributed free for non commercial purposes.
  102. **                                                                       **
  103.